home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / ie7 / IE7-WindowsXP-x86-enu.exe / inetcorp.iem < prev    next >
Encoding:
Windows Policy Administrative Template - Unicode  |  2006-09-01  |  13.4 KB  |  182 lines

  1. #if version >= 3
  2.  
  3. CLASS USER
  4.  
  5. CATEGORY  !!IEAKOnly
  6.  
  7.     POLICY !!IEAKOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!IEAKOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!IEAKOnly_Tip2  TEXT
  14.         END PART
  15.     END POLICY
  16.  
  17. END CATEGORY
  18.  
  19. #endif
  20.  
  21. #if version <= 2
  22.  
  23. ; Corporate Settings Policy Template
  24. ;
  25. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26. CLASS USER ;;;;;;;;;;;;;;;;;;;;
  27. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  
  28.  
  29. CATEGORY !!CacheMode
  30. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
  31.         POLICY !!CacheMode
  32.                 PART !!SyncMode DROPDOWNLIST
  33.                 VALUENAME SyncMode5
  34.                 ITEMLIST
  35.                         NAME !!SyncMode0 VALUE NUMERIC 0
  36.                         NAME !!SyncMode2 VALUE NUMERIC 2
  37.                         NAME !!SyncMode3 VALUE NUMERIC 3
  38.                         NAME !!SyncMode4 VALUE NUMERIC 4 DEFAULT
  39.                 END ITEMLIST
  40.                 END PART
  41.         END POLICY
  42.  
  43.     POLICY !!CacheUser
  44.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
  45.                 PART !!CacheSizeUser NUMERIC
  46.                 VALUENAME CacheLimit
  47.                 DEFAULT 65
  48.                 MIN 1
  49.                 MAX 256
  50.                 END PART
  51.         END POLICY
  52. END CATEGORY
  53.  
  54.  
  55. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  56. CLASS MACHINE ;;;;;;;;;;;;;;;;;
  57. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  58. CATEGORY !!Cache
  59. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
  60.         POLICY !!CacheMachine
  61.                 PART !!CacheSize NUMERIC
  62.                 VALUENAME CacheLimit
  63.                 DEFAULT 65
  64.                 MIN 1
  65.                 MAX 256
  66.                 END PART
  67.         END POLICY
  68.  
  69.     POLICY !!UserProfiles
  70.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache"
  71.         PART !!DisableCache CHECKBOX
  72.         VALUENAME UserProfiles 
  73.         VALUEON NUMERIC 0 
  74.         VALUEOFF NUMERIC 1
  75.          ACTIONLISTON
  76.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
  77.                     VALUENAME PerUserItem VALUE NUMERIC 0
  78.         END ACTIONLISTON
  79.          ACTIONLISTOFF
  80.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
  81.                     VALUENAME PerUserItem VALUE NUMERIC 1
  82.         END ACTIONLISTOFF
  83.         END PART
  84.     END POLICY
  85.  
  86. END CATEGORY
  87.  
  88.  
  89. CATEGORY !!CodeDownload
  90. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
  91.         POLICY !!CodeDownload
  92.                 PART !!Path EDITTEXT
  93.                 DEFAULT !!DefaultSearchPath
  94.                 VALUENAME "CodeBaseSearchPath"
  95.                 END PART
  96.         END POLICY
  97. END CATEGORY
  98.  
  99.  
  100. CATEGORY !!ErrorPages
  101. KEYNAME "Software\Microsoft\Internet Explorer\Main\ErrorThresholds"
  102.     POLICY !!RelatedSites
  103.         PART !!RelatedSitesText DROPDOWNLIST
  104.         KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}"
  105.         VALUENAME clsid
  106.         ITEMLIST
  107.             NAME !!RelatedSitesOnBoth VALUE "{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"
  108.             ACTIONLIST
  109.                 KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}"
  110.                 VALUENAME "Default Visible" VALUE "yes"
  111.             END ACTIONLIST
  112.  
  113.             NAME !!RelatedSitesOnMenu VALUE "{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}" DEFAULT
  114.             ACTIONLIST
  115.                 KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}"
  116.                 VALUENAME "Default Visible" VALUE "no"
  117.             END ACTIONLIST
  118.  
  119.             NAME !!RelatedSitesOff VALUE " "
  120.         END ITEMLIST
  121.         END PART
  122.     END POLICY
  123. END CATEGORY
  124.  
  125.  
  126.  
  127. #endif
  128.  
  129. [strings]
  130.  
  131. CacheMode="Temporary Internet Files (User)"
  132. SyncMode="Check for newer versions of stored pages:"
  133. SyncMode0="Never"
  134. SyncMode2="Every time you start Internet Explorer"
  135. SyncMode3="Every visit to the page"
  136. SyncMode4="Automatically"
  137.  
  138. CacheUser="Temporary Internet Files (User)"
  139. CacheSizeUser="Set amount of disk space to use (in MB):"
  140.  
  141. Cache="Temporary Internet Files (Machine)"
  142. CacheMachine="Temporary Internet Files (Machine)"
  143. CacheSize="Set amount of disk space to use (in MB):"
  144.  
  145. UserProfiles="User Profiles"
  146. DisableCache="Disable Roaming Cache"
  147.  
  148. CodeDownload="Code Download"
  149. SearchPath="Internet Search Path"
  150. Path="Path"
  151. DefaultSearchPath="CODEBASE;<http://activex.microsoft.com/objects/ocget.dll>"
  152.  
  153. PUC="Periodic Update Check"
  154. NoUpdateCheck="Disable Periodic Check for Internet Explorer updates"
  155.  
  156. ErrorPages="Related Sites and Errors"
  157. RelatedSites="Related Sites"
  158. RelatedSitesText="Choose mode of menu item and toolbar button:"
  159. RelatedSitesOnBoth="Show the menu item, and turn on the toolbar button"
  160. RelatedSitesOnMenu="Show the menu item, but do not turn on the toolbar button"
  161. RelatedSitesOff="Disable the menu item and browser toolbar button"
  162.  
  163. IEAKOnly_Tip1="The inetcorp.adm file is not for Windows 2000"
  164. IEAKOnly_Tip2="These settings will not be displayed"
  165. IEAKOnly="IE Maintenance Only"
  166. IEAKOnlyPolicy="INETCORP.ADM"
  167.  
  168. IEAK_Title=Corporate Settings
  169. IEAK_DescriptionTitle=Corporate Settings
  170. IEAK_Description1=These settings can be useful in reducing the cost of supporting applications in your corporation. Using the settings in this file, you can make the browser work best for your corporation. Advanced features, as well as details of other features, can all be configured through these options.
  171. IEAK_Description2=Code Download Notes:
  172. IEAK_Description3=When Internet Explorer navigates to a page which requires an ActiveX control or Java code that is not already on the machine, a sequence of URLs are searched for the required item. The URLs it searches are determined by the code download path. By changing or adding to the code download path, you can maintain your own directory of ActiveX controls and Java code common to your corporation.
  173. IEAK_Description4=An example code download path: CODEBASE;<http://activex.microsoft.com/objects/ocget.dll> 
  174. IEAK_Description5=When searching for a control, Internet Explorer will first try the location specified in the CODEBASE attribute of the HTML <OBJECT> tag of the referring page, and if absent, try http://activex.microsoft.com/objects/ocget.dll. For additional details, see the Internet Component Download documentation in the Internet Client SDK.
  175. IEAK_Description6=To change the default language of the menus and dialogs, use the Language Settings category. By chosing a language here, you will be picking the default language to be used. This is only effective if you have installed the appropriate satellite pack for the chosen language. If the appropriate pack is not installed, the browser will use the default. Note: All of the language satellite packs will not be available at the same time. Use AVS to check for updates.
  176.  
  177. [IEAK]
  178. Lock=1
  179. Roles=001
  180. NumOfDescLines=6
  181. Platform=010
  182.